derelict.purple.theme_manager

Undocumented in source.

Members

Aliases

PTFunc
alias PTFunc = void function(_PurpleTheme*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PurpleThemeManager
alias PurpleThemeManager = _PurpleThemeManager
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PurpleThemeManagerClass
alias PurpleThemeManagerClass = _PurpleThemeManagerClass
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_theme_manager_add_theme
alias da_purple_theme_manager_add_theme = void function(PurpleTheme* theme)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_theme_manager_find_theme
alias da_purple_theme_manager_find_theme = PurpleTheme* function(const(gchar)* name, const(gchar)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_theme_manager_for_each_theme
alias da_purple_theme_manager_for_each_theme = void function(PTFunc func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_theme_manager_get_type
alias da_purple_theme_manager_get_type = GType function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_theme_manager_init
alias da_purple_theme_manager_init = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_theme_manager_load_theme
alias da_purple_theme_manager_load_theme = PurpleTheme* function(const(gchar)* theme_dir, const(gchar)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_theme_manager_refresh
alias da_purple_theme_manager_refresh = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_theme_manager_register_type
alias da_purple_theme_manager_register_type = void function(PurpleThemeLoader* loader)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_theme_manager_remove_theme
alias da_purple_theme_manager_remove_theme = void function(PurpleTheme* theme)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_theme_manager_uninit
alias da_purple_theme_manager_uninit = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_theme_manager_unregister_type
alias da_purple_theme_manager_unregister_type = void function(PurpleThemeLoader* loader)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

purple_theme_manager_add_theme
void purple_theme_manager_add_theme(PurpleTheme* theme)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_theme_manager_find_theme
PurpleTheme* purple_theme_manager_find_theme(const(gchar)* name, const(gchar)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_theme_manager_for_each_theme
void purple_theme_manager_for_each_theme(PTFunc func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_theme_manager_get_type
GType purple_theme_manager_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_theme_manager_init
void purple_theme_manager_init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_theme_manager_load_theme
PurpleTheme* purple_theme_manager_load_theme(const(gchar)* theme_dir, const(gchar)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_theme_manager_refresh
void purple_theme_manager_refresh()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_theme_manager_register_type
void purple_theme_manager_register_type(PurpleThemeLoader* loader)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_theme_manager_remove_theme
void purple_theme_manager_remove_theme(PurpleTheme* theme)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_theme_manager_uninit
void purple_theme_manager_uninit()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_theme_manager_unregister_type
void purple_theme_manager_unregister_type(PurpleThemeLoader* loader)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

purple_theme_manager_add_theme
da_purple_theme_manager_add_theme purple_theme_manager_add_theme;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_theme_manager_find_theme
da_purple_theme_manager_find_theme purple_theme_manager_find_theme;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_theme_manager_for_each_theme
da_purple_theme_manager_for_each_theme purple_theme_manager_for_each_theme;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_theme_manager_get_type
da_purple_theme_manager_get_type purple_theme_manager_get_type;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_theme_manager_init
da_purple_theme_manager_init purple_theme_manager_init;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_theme_manager_load_theme
da_purple_theme_manager_load_theme purple_theme_manager_load_theme;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_theme_manager_refresh
da_purple_theme_manager_refresh purple_theme_manager_refresh;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_theme_manager_register_type
da_purple_theme_manager_register_type purple_theme_manager_register_type;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_theme_manager_remove_theme
da_purple_theme_manager_remove_theme purple_theme_manager_remove_theme;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_theme_manager_uninit
da_purple_theme_manager_uninit purple_theme_manager_uninit;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_theme_manager_unregister_type
da_purple_theme_manager_unregister_type purple_theme_manager_unregister_type;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

_PurpleThemeManager
struct _PurpleThemeManager
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PurpleThemeManagerClass
struct _PurpleThemeManagerClass
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta